home *** CD-ROM | disk | FTP | other *** search
/ SGI Desktop Special Edition 1.1 / SGI Desktop Special Edition 1.1.iso / relnotes / patchSG0000844 / ch1.z / ch1
Text File  |  1995-11-13  |  8KB  |  265 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        1.  _P_a_t_c_h__S_G_0_0_0_0_8_4_4__R_e_l_e_a_s_e__N_o_t_e
  9.  
  10.        This release note describes patch SG0000844 to IRIX 5.3.
  11.  
  12.        1.1  _S_u_p_p_o_r_t_e_d__H_a_r_d_w_a_r_e__P_l_a_t_f_o_r_m_s
  13.  
  14.        This patch contains bug fixes for all hardware platforms
  15.        supporting IRIX 5.3.  The software cannot be installed on
  16.        other configurations.
  17.  
  18.        1.2  _S_u_p_p_o_r_t_e_d__S_o_f_t_w_a_r_e__P_l_a_t_f_o_r_m_s
  19.  
  20.        This patch contains bug fixes for IRIX5.3.  The software
  21.        cannot be installed on other configurations.
  22.  
  23.        1.3  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_8_4_4
  24.  
  25.        Bug numbers from Silicon Graphics bug tracking system are
  26.        included for reference. Patch 844 also includes bug fixes
  27.        from patches 258,605, and 705.
  28.  
  29.           +o When using a Japanese locale, a core dump can occur
  30.             when a widget with a registered Input Method is
  31.             destroyed. (Bug #290122)
  32.  
  33.        1.4  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_7_0_5
  34.  
  35.        Patch 844 also includes the bug fixes from patch 705 of IRIX
  36.        5.3.
  37.  
  38.           +o The TextField widget has an optional ModifyVerify
  39.             callback. A core dump can occur when a multi-character
  40.             locale such as Japanese is used. A SetValues call into
  41.             the TextField widget from a parent container such as
  42.             the FileSelectionBox or from an application will
  43.             trigger the core dump if there is a callback registered
  44.             on the ModifyVerify callback list. (Bug #291715)
  45.  
  46.  
  47.        1.5  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_6_0_5
  48.  
  49.        Patch 844 also includes the bug fixes from patch605 of IRIX
  50.        5.3.
  51.  
  52.  
  53.           +o Recursive calls to XtSetValues (for instance, an
  54.             XtSetValues call nestled inside certain widget
  55.             callbacks which themselves call XtSetValues) can result
  56.             in a core dump.  This patch adds code to prevent this
  57.             problem when XtSetValues is called recursively.  (Bugs
  58.             #252275, 273570)
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.                                   - 2 -
  71.  
  72.  
  73.  
  74.        1.6  _B_u_g_s__F_i_x_e_d__b_y__P_a_t_c_h__S_G_0_0_0_0_2_5_8
  75.  
  76.        Patch 844 also includes the bug fixes from patch258 of IRIX
  77.        5.3.
  78.  
  79.           +o The X Windowing System provides the user with the
  80.             ability to deal with color resources in different ways.
  81.             The user specifies a visual type when a window is
  82.             created. Windows of 8 bit PseudoColor and windows of 24
  83.             bit TrueColor can co-exist peacefully on the screen.
  84.             However, an X Error of Bad Match will occur if the
  85.             visual type, depth, and colormap resources do not form
  86.             a consistant set. In Motif, the depth and colormap of a
  87.             window are inherited from the widget parent whereas the
  88.             visual type is inherited from the window parent. A menu
  89.             or a dialog box usually has the root window as its
  90.             window parent but the button that launches it as its
  91.             widget parent. Since the button and the root window may
  92.             have been created using different visuals, this leads
  93.             to inconsistant sets of visual, depth, colormap tuples.
  94.             Many of the widgets in libSgm suffer this problem. This
  95.             patch fixes this problem by creating the menu or dialog
  96.             explicitly using the visual type of the shell that
  97.             contains the parent widget. Pixmaps are inflicted as
  98.             well and these are fixed for libSgm as well. (Bug
  99.             #255780)
  100.  
  101.           +o Sliders in Scale widgets can appear in the wrong inital
  102.             position due to performance optimizations that were
  103.             added for the 5.3 release.  The Scale is a container
  104.             widget which has a ScrollBar child. The ScrollBar is
  105.             not being properly initialized which results in the
  106.             Scale not getting the correct value. This patch fixes
  107.             this problem by allowing ScrollBar to calculate the
  108.             position of the slider while still keeping the
  109.             performance improvements. (Bug # 256130)
  110.  
  111.           +o Programs that register non-text objects as Input
  112.             Methods can core dump in the 5.3 release due to
  113.             performance optimizations that were added to the
  114.             internationalization code. The code now properly checks
  115.             for the type of widget being used and accesses the
  116.             proper fields.
  117.  
  118.        1.7  _S_u_b_s_y_s_t_e_m_s__I_n_c_l_u_d_e_d__i_n__P_a_t_c_h__S_G_0_0_0_0_8_4_4
  119.  
  120.        This patch release includes these subsystems:
  121.  
  122.           +o patchSG0000844.motif_eoe.sw.eoe
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.                                   - 3 -
  137.  
  138.  
  139.  
  140.        1.8  _I_n_s_t_a_l_l_a_t_i_o_n__I_n_s_t_r_u_c_t_i_o_n_s
  141.  
  142.        Because you want to install patches for only the problems
  143.        you have encountered, patch software is not installed by
  144.        default. After reading the descriptions of the bugs fixed in
  145.        this patch, determine the patches that meet your specific
  146.        needs.
  147.  
  148.        Patch software is installed like any other Silicon Graphics
  149.        software product.  Follow the instructions in your _I_R_I_S
  150.        _S_o_f_t_w_a_r_e _I_n_s_t_a_l_l_a_t_i_o_n _G_u_i_d_e to bring up the miniroot form of
  151.        the software installation tools.
  152.  
  153.        Follow these steps to select a patch for installation:
  154.  
  155.          1.  At the Inst>prompt, type
  156.  
  157.              iiiinnnnssssttttaaaallllllll ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  158.  
  159.              where _x_x_x_x_x_x_x is the patch number.
  160.  
  161.          2.  Select the desired patches for installation.
  162.  
  163.          3.  Initiate the installation sequence. Type
  164.  
  165.              IIIInnnnsssstttt>>>> ggggoooo
  166.  
  167.          4.  You may find that two patches have been marked as
  168.              incompatible.  If this occurs, you must deselect one
  169.              of the patches.
  170.  
  171.              IIIInnnnsssstttt>>>> kkkkeeeeeeeepppp ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  172.  
  173.              where _x_x_x_x_x_x_x is the patch number.
  174.  
  175.          5.  After completing the installation process, exit the
  176.              _i_n_s_t program by typing
  177.  
  178.              IIIInnnnsssstttt>>>> qqqquuuuiiiitttt
  179.  
  180.  
  181.        To remove a patch, use the _v_e_r_s_i_o_n_s _r_e_m_o_v_e command as you
  182.        would for any other software subsystem.  The removal process
  183.        reinstates the original version of software unless you have
  184.        specifically removed the patch history from your system.
  185.  
  186.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeee ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  187.  
  188.        where _x_x_x_x_x_x_x is the patch number.
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.                                   - 4 -
  203.  
  204.  
  205.  
  206.        To keep a patch but increase your disk space, use the
  207.        _v_e_r_s_i_o_n_s _r_e_m_o_v_e_h_i_s_t command to remove the patch history.
  208.  
  209.        vvvveeeerrrrssssiiiioooonnnnssss rrrreeeemmmmoooovvvveeeehhhhiiiisssstttt ppppaaaattttcccchhhhSSSSGGGG_x_x_x_x_x_x_x
  210.  
  211.        where _x_x_x_x_x_x_x is the patch number.
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.